projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ff4a2
)
Put mouse-menu-choose-yank binding after paste=>yank binding in menu.
author
Roland McGrath
<roland@gnu.org>
Fri, 2 Jul 1993 18:31:59 +0000
(18:31 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 2 Jul 1993 18:31:59 +0000
(18:31 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index e084157ccb021004ff9359ed5690fa8b7f9aacc9..fa4352a9e570ef864193cfea58394ab2bdb7534c 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-136,8
+136,9
@@
A subsequent \\[yank] yanks the choice just selected."
(current-kill 0))))))
(put 'mouse-menu-choose-yank 'menu-enable 'kill-ring)
-(define-key menu-bar-edit-menu [choose-selection]
- '("Choose Pasting Selection" . mouse-menu-choose-yank))
+(define-key-after menu-bar-edit-menu [choose-selection]
+ '("Choose Pasting Selection" . mouse-menu-choose-yank)
+ 'paste)
\f
(define-key global-map [menu-bar buffer] '("Buffers" . mouse-menu-bar-buffers))